home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global requestLocs, curLoc, HIDELOC
- set temp to getOne(NewCity, curLoc)
- setAt(requestLocs, temp, EMPTY)
- if HIDELOC = curLoc then
- go("FOUND")
- else
- Talk("Right")
- end if
- puppetSprite(13, 0)
- puppetSprite(14, 0)
- puppetSprite(16, 1)
- end
-